From 63dcef9fe5b880007075b5eb53f9950a826519ce Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Tue, 14 Apr 2015 15:02:10 +0200 Subject: [PATCH] x86/hvm: don't include asm/spinlock.h asm/spinlock.h should not be included directly. Signed-off-by: David Vrabel Acked-by: Andrew Cooper --- xen/arch/x86/hvm/hvm.c | 1 - xen/arch/x86/hvm/svm/svm.c | 1 - xen/arch/x86/hvm/vmx/vmx.c | 1 - 3 files changed, 3 deletions(-) diff --git a/xen/arch/x86/hvm/hvm.c b/xen/arch/x86/hvm/hvm.c index 8b62296887..9dfaa287e8 100644 --- a/xen/arch/x86/hvm/hvm.c +++ b/xen/arch/x86/hvm/hvm.c @@ -51,7 +51,6 @@ #include #include #include -#include #include #include #include diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index b6e77cd3d2..6734fb6fd0 100644 --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c @@ -41,7 +41,6 @@ #include #include #include -#include #include #include #include diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 6c4f78c924..04b681daf8 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -35,7 +35,6 @@ #include #include #include -#include #include #include #include -- 2.30.2